home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / ARCHIVE / ZIPDEL.ZIP / ZIPDEL.DOC < prev    next >
Encoding:
Text File  |  1989-03-16  |  4.7 KB  |  114 lines

  1. ZIPDEL.EXE
  2.  
  3. FUNCTION:  ZIPDEL is used to (1) clean up a directory by deleting the files
  4.            that came out of archive (.ZIP) files, OR (2) clean up an ZIP
  5.            file by deleting files in the ZIP file that exist in a
  6.            directory.
  7.  
  8. USAGE:     ZIPDEL [zip_file_template]{.ZIP} {options}
  9.  
  10.            where:
  11.  
  12.              arc_file_template --  Archive file name, may be simple
  13.                                    filename, full pathname, or template
  14.                                    with wildcards.
  15.  
  16.                                    This argument is required.  If it is not
  17.                                    supplied, ARCDEL types out a help screen
  18.                                    and quits.
  19.  
  20.                                    The default extension .ZIP is supplied
  21.                                    if no extension is given.
  22.  
  23.                                    The full pathname may include drive
  24.                                    specifier such as "A:".
  25.  
  26.  
  27.              options           --  Options must be listed singly and each
  28.                                    one must be prefixed by the slash ("/")
  29.                                    character AND spaced apart.
  30.  
  31.                                    In other words, /V /D is ok, /V/D is
  32.                                    not.
  33.  
  34. OPTIONS:   V :  Verify deletion by asking (yes/no) before deleting each
  35.                 file.  You must type 'Y' to delete the file or 'N' to not
  36.                 delete it.
  37.            F :  Force delete on matching filename even if there is a
  38.                 mismatch in creation date, time or file size.
  39.            T :  Test -- no deletions at all, just report what would be
  40.                 deleted.  This can be used if you want to experiment
  41.                 without actually deleting any files.  It lets you see what
  42.                 will happen when you run ARCDEL without the /T switch.
  43.            D :  Deletes FROM THE ZIP FILE, NOT THE DIRECTORY.
  44.  
  45.            The options can be used in any combination.
  46.  
  47. --------------------------------------------------------------------------------
  48. CREDITS:
  49.  
  50.      Thanks to John Land for his ARCDEL version of this program.
  51.      Thanks to Phil Burn for his PibCat source showing how to access ZIP.
  52.  
  53.  
  54. --------------------------------------------------------------------------------
  55. ME:
  56.      Send all comments, bugs, etc. to:
  57.  
  58.                 Ted Stephens            Home Phone (614)-895-7832
  59.                 7067 SpringHouse Ln.    Work Phone (614)-299-1441
  60.                 Columbus, OH 43229
  61.  
  62.                 CIS 76515,3433
  63.  
  64. --------------------------------------------------------------------------------
  65.  
  66. OH, YEAH!
  67.  
  68.      This program is hereby released to the Public Domain.  The only thing
  69. I ask is that you leave the copyright notice alone, and that you give
  70. this Doc file to anyone you give the main program file to.  This utility
  71. is written in Turbo Pascal 5.0 and Turbo Professional Tools.  Full
  72. source code is included.
  73.  
  74. --------------------------------------------------------------------------------
  75. REVISIONS:
  76.  
  77. 1.0 Thu  03-16-1989  First Release
  78.  
  79.  
  80.          ----------------end-of-author's-documentation---------------
  81.  
  82.                         Software Library Information:
  83.  
  84.                    This disk copy provided as a service of
  85.  
  86.                         The Public (Software) Library
  87.  
  88.          We are not the authors of this program, nor are we associated
  89.          with the author in any way other than as a distributor of the
  90.          program in accordance with the author's terms of distribution.
  91.  
  92.          Please direct shareware payments and specific questions about
  93.          this program to the author of the program, whose name appears
  94.          elsewhere in  this documentation. If you have trouble getting
  95.          in touch with the author,  we will do whatever we can to help
  96.          you with your questions. All programs have been tested and do
  97.          run.  To report problems,  please use the form that is in the
  98.          file PROBLEM.DOC on many of our disks or in other written for-
  99.          mat with screen printouts, if possible.  The P(s)L cannot de-
  100.          bug programs over the telephone.
  101.  
  102.          Disks in the P(s)L are updated monthly, so if you did not get
  103.          this disk  directly from the P(s)L,  you should be aware that
  104.          the files in this set may no  longer be the current versions.
  105.  
  106.          For a copy of the latest monthly software library newsletter
  107.          and a list of the 1,800+ disks in the library, call or write
  108.  
  109.                         The Public (Software) Library
  110.                               P.O.Box 35705 - F
  111.                            Houston, TX 77235-5705
  112.                                (713) 665-7017
  113.  
  114.